projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8288313
)
(select_palette): Do nothing if palette hasn't yet
author
Andrew Innes
<andrewi@gnu.org>
Tue, 6 Feb 2001 22:19:23 +0000
(22:19 +0000)
committer
Andrew Innes
<andrewi@gnu.org>
Tue, 6 Feb 2001 22:19:23 +0000
(22:19 +0000)
been created. It seems we can get sent window messages such as
WM_ERASEBKGND before we properly update a frame.
src/w32xfns.c
patch
|
blob
|
history
diff --git
a/src/w32xfns.c
b/src/w32xfns.c
index 49d3e1c2e7e5c5e79b989c2b94a22c9f7290de07..689a2829eb37e251621ae1a5b17ff2f435fcd6c0 100644
(file)
--- a/
src/w32xfns.c
+++ b/
src/w32xfns.c
@@
-90,7
+90,7
@@
select_palette (FRAME_PTR f, HDC hdc)
return;
if (display_info->palette == 0)
-
abort ()
;
+
return
;
if (!NILP (Vw32_enable_palette))
f->output_data.w32->old_palette =